home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2010 April / PCA177.iso / ESSENTIALS / Firefox Setup.exe / nonlocalized / chrome / browser.jar / content / browser / tabbrowser.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-07-15  |  1.1 KB  |  41 lines

  1. .tabbrowser-tabs {
  2.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabs");
  3. }
  4.  
  5. .tabbrowser-tab {
  6.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tab");
  7. }
  8.  
  9. .tabbrowser-arrowscrollbox {
  10.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-arrowscrollbox");
  11. }
  12.  
  13. .tabs-alltabs-popup {
  14.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-alltabs-popup");
  15. }
  16.  
  17. .tab-close-button, .tabs-closebutton {
  18.   -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-close-tab-button");
  19. }
  20.  
  21. .tab-close-button {
  22.   display: none;
  23. }
  24.  
  25. .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"]:not(:only-child) > .tab-close-button {
  26.   display: -moz-box;
  27. }
  28.  
  29. .tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab:not(:only-child) > .tab-close-button {
  30.   display: -moz-box;
  31. }
  32.  
  33. .tabs-container:not([overflow="true"]) > .tabs-newtab-button,
  34. .tabs-container[overflow="true"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button {
  35.   visibility: collapse;
  36. }
  37.  
  38. .tabs-newtab-button > .toolbarbutton-text {
  39.   display: none;
  40. }
  41.